home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / fileutil / tar-1.12.tar.gz / tar-1.12.tar / tar-1.12 / config.h.in < prev    next >
Text File  |  1997-04-19  |  10KB  |  377 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define if using alloca.c.  */
  11. #undef C_ALLOCA
  12.  
  13. /* Define to empty if the keyword does not work.  */
  14. #undef const
  15.  
  16. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  17.    This function is required for alloca.c support on those systems.  */
  18. #undef CRAY_STACKSEG_END
  19.  
  20. /* Define to `int' if <sys/types.h> doesn't define.  */
  21. #undef gid_t
  22.  
  23. /* Define if you have alloca, as a function or macro.  */
  24. #undef HAVE_ALLOCA
  25.  
  26. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  27. #undef HAVE_ALLOCA_H
  28.  
  29. /* Define if you don't have vprintf but do have _doprnt.  */
  30. #undef HAVE_DOPRNT
  31.  
  32. /* Define if your system has a working fnmatch function.  */
  33. #undef HAVE_FNMATCH
  34.  
  35. /* Define if you have a working `mmap' system call.  */
  36. #undef HAVE_MMAP
  37.  
  38. /* Define if your struct stat has st_blksize.  */
  39. #undef HAVE_ST_BLKSIZE
  40.  
  41. /* Define if your struct stat has st_blocks.  */
  42. #undef HAVE_ST_BLOCKS
  43.  
  44. /* Define if you have the vprintf function.  */
  45. #undef HAVE_VPRINTF
  46.  
  47. /* Define as __inline if that's what the C compiler calls it.  */
  48. #undef inline
  49.  
  50. /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
  51. #undef MAJOR_IN_MKDEV
  52.  
  53. /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
  54. #undef MAJOR_IN_SYSMACROS
  55.  
  56. /* Define if on MINIX.  */
  57. #undef _MINIX
  58.  
  59. /* Define to `long' if <sys/types.h> doesn't define.  */
  60. #undef off_t
  61.  
  62. /* Define if the system does not provide POSIX.1 features except
  63.    with this defined.  */
  64. #undef _POSIX_1_SOURCE
  65.  
  66. /* Define if you need to in order for stat and other things to work.  */
  67. #undef _POSIX_SOURCE
  68.  
  69. /* Define as the return type of signal handlers (int or void).  */
  70. #undef RETSIGTYPE
  71.  
  72. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  73. #undef size_t
  74.  
  75. /* If using the C implementation of alloca, define if you know the
  76.    direction of stack growth for your system; otherwise it will be
  77.    automatically deduced at run-time.
  78.  STACK_DIRECTION > 0 => grows toward higher addresses
  79.  STACK_DIRECTION < 0 => grows toward lower addresses
  80.  STACK_DIRECTION = 0 => direction of growth unknown
  81.  */
  82. #undef STACK_DIRECTION
  83.  
  84. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  85. #undef STAT_MACROS_BROKEN
  86.  
  87. /* Define if you have the ANSI C header files.  */
  88. #undef STDC_HEADERS
  89.  
  90. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  91. #undef TIME_WITH_SYS_TIME
  92.  
  93. /* Define to `int' if <sys/types.h> doesn't define.  */
  94. #undef uid_t
  95.  
  96. /* This is unconditionally defined for setting a GNU environment.  */
  97. #undef _GNU_SOURCE
  98.  
  99. /* Define to a string giving the full name of the default archive file.  */
  100. #undef DEFAULT_ARCHIVE
  101.  
  102. /* Define to a number giving the default blocking size for archives.  */
  103. #undef DEFAULT_BLOCKING
  104.  
  105. /* Define to 1 if density may be indicated by [lmh] at end of device.  */
  106. #undef DENSITY_LETTER
  107.  
  108. /* Define to a string giving the prefix of the default device, without the
  109.    part specifying the unit and density.  */
  110. #undef DEVICE_PREFIX
  111.  
  112. /* Define to 1 if you lack a 3-argument version of open, and want to
  113.    emulate it with system calls you do have.  */
  114. #undef EMUL_OPEN3
  115.  
  116. /* Define to 1 if NLS is requested.  */
  117. #undef ENABLE_NLS
  118.  
  119. /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
  120. #undef HAVE_CATGETS
  121.  
  122. /* Define to 1 if you have getgrgid(3).  */
  123. #undef HAVE_GETGRGID
  124.  
  125. /* Define to 1 if you have getpwuid(3).  */
  126. #undef HAVE_GETPWUID
  127.  
  128. /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
  129. #undef HAVE_GETTEXT
  130.  
  131. /* Define if your locale.h file contains LC_MESSAGES.  */
  132. #undef HAVE_LC_MESSAGES
  133.  
  134. /* Define to 1 if mknod function is available.  */
  135. #undef HAVE_MKNOD
  136.  
  137. /* Define to 1 if stpcpy function is available.  */
  138. #undef HAVE_STPCPY
  139.  
  140. /* Define if `union wait' is the type of the first arg to wait functions.  */
  141. #undef HAVE_UNION_WAIT
  142.  
  143. /* Define to 1 if utime.h exists and declares struct utimbuf.  */
  144. #undef HAVE_UTIME_H
  145.  
  146. /* Define to mt_model (v.g., for DG/UX), else to mt_type.  */
  147. #undef MTIO_CHECK_FIELD
  148.  
  149. /* Define to the name of the distribution.  */
  150. #undef PACKAGE
  151.  
  152. /* Define to 1 if ANSI function prototypes are usable.  */
  153. #undef PROTOTYPES
  154.  
  155. /* Define to the full path of your rsh, if any.  */
  156. #undef REMOTE_SHELL
  157.  
  158. /* Define to the version of the distribution.  */
  159. #undef VERSION
  160.  
  161. /* Define to 1 for better use of the debugging malloc library.  See
  162.    site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
  163. #undef WITH_DMALLOC
  164.  
  165. /* The number of bytes in a long long.  */
  166. #undef SIZEOF_LONG_LONG
  167.  
  168. /* The number of bytes in a unsigned long.  */
  169. #undef SIZEOF_UNSIGNED_LONG
  170.  
  171. /* Define if you have the __argz_count function.  */
  172. #undef HAVE___ARGZ_COUNT
  173.  
  174. /* Define if you have the __argz_next function.  */
  175. #undef HAVE___ARGZ_NEXT
  176.  
  177. /* Define if you have the __argz_stringify function.  */
  178. #undef HAVE___ARGZ_STRINGIFY
  179.  
  180. /* Define if you have the basename function.  */
  181. #undef HAVE_BASENAME
  182.  
  183. /* Define if you have the dcgettext function.  */
  184. #undef HAVE_DCGETTEXT
  185.  
  186. /* Define if you have the dirname function.  */
  187. #undef HAVE_DIRNAME
  188.  
  189. /* Define if you have the execlp function.  */
  190. #undef HAVE_EXECLP
  191.  
  192. /* Define if you have the fsync function.  */
  193. #undef HAVE_FSYNC
  194.  
  195. /* Define if you have the ftime function.  */
  196. #undef HAVE_FTIME
  197.  
  198. /* Define if you have the ftruncate function.  */
  199. #undef HAVE_FTRUNCATE
  200.  
  201. /* Define if you have the getcwd function.  */
  202. #undef HAVE_GETCWD
  203.  
  204. /* Define if you have the getpagesize function.  */
  205. #undef HAVE_GETPAGESIZE
  206.  
  207. /* Define if you have the isascii function.  */
  208. #undef HAVE_ISASCII
  209.  
  210. /* Define if you have the lchown function.  */
  211. #undef HAVE_LCHOWN
  212.  
  213. /* Define if you have the memset function.  */
  214. #undef HAVE_MEMSET
  215.  
  216. /* Define if you have the mkdir function.  */
  217. #undef HAVE_MKDIR
  218.  
  219. /* Define if you have the mkfifo function.  */
  220. #undef HAVE_MKFIFO
  221.  
  222. /* Define if you have the munmap function.  */
  223. #undef HAVE_MUNMAP
  224.  
  225. /* Define if you have the nap function.  */
  226. #undef HAVE_NAP
  227.  
  228. /* Define if you have the napms function.  */
  229. #undef HAVE_NAPMS
  230.  
  231. /* Define if you have the poll function.  */
  232. #undef HAVE_POLL
  233.  
  234. /* Define if you have the putenv function.  */
  235. #undef HAVE_PUTENV
  236.  
  237. /* Define if you have the rename function.  */
  238. #undef HAVE_RENAME
  239.  
  240. /* Define if you have the rmdir function.  */
  241. #undef HAVE_RMDIR
  242.  
  243. /* Define if you have the select function.  */
  244. #undef HAVE_SELECT
  245.  
  246. /* Define if you have the setenv function.  */
  247. #undef HAVE_SETENV
  248.  
  249. /* Define if you have the setlocale function.  */
  250. #undef HAVE_SETLOCALE
  251.  
  252. /* Define if you have the stpcpy function.  */
  253. #undef HAVE_STPCPY
  254.  
  255. /* Define if you have the strcasecmp function.  */
  256. #undef HAVE_STRCASECMP
  257.  
  258. /* Define if you have the strchr function.  */
  259. #undef HAVE_STRCHR
  260.  
  261. /* Define if you have the strerror function.  */
  262. #undef HAVE_STRERROR
  263.  
  264. /* Define if you have the strstr function.  */
  265. #undef HAVE_STRSTR
  266.  
  267. /* Define if you have the usleep function.  */
  268. #undef HAVE_USLEEP
  269.  
  270. /* Define if you have the <argz.h> header file.  */
  271. #undef HAVE_ARGZ_H
  272.  
  273. /* Define if you have the <dirent.h> header file.  */
  274. #undef HAVE_DIRENT_H
  275.  
  276. /* Define if you have the <fcntl.h> header file.  */
  277. #undef HAVE_FCNTL_H
  278.  
  279. /* Define if you have the <limits.h> header file.  */
  280. #undef HAVE_LIMITS_H
  281.  
  282. /* Define if you have the <linux/fd.h> header file.  */
  283. #undef HAVE_LINUX_FD_H
  284.  
  285. /* Define if you have the <locale.h> header file.  */
  286. #undef HAVE_LOCALE_H
  287.  
  288. /* Define if you have the <malloc.h> header file.  */
  289. #undef HAVE_MALLOC_H
  290.  
  291. /* Define if you have the <memory.h> header file.  */
  292. #undef HAVE_MEMORY_H
  293.  
  294. /* Define if you have the <ndir.h> header file.  */
  295. #undef HAVE_NDIR_H
  296.  
  297. /* Define if you have the <net/errno.h> header file.  */
  298. #undef HAVE_NET_ERRNO_H
  299.  
  300. /* Define if you have the <netdb.h> header file.  */
  301. #undef HAVE_NETDB_H
  302.  
  303. /* Define if you have the <nl_types.h> header file.  */
  304. #undef HAVE_NL_TYPES_H
  305.  
  306. /* Define if you have the <poll.h> header file.  */
  307. #undef HAVE_POLL_H
  308.  
  309. /* Define if you have the <sgtty.h> header file.  */
  310. #undef HAVE_SGTTY_H
  311.  
  312. /* Define if you have the <string.h> header file.  */
  313. #undef HAVE_STRING_H
  314.  
  315. /* Define if you have the <stropts.h> header file.  */
  316. #undef HAVE_STROPTS_H
  317.  
  318. /* Define if you have the <sys/buf.h> header file.  */
  319. #undef HAVE_SYS_BUF_H
  320.  
  321. /* Define if you have the <sys/device.h> header file.  */
  322. #undef HAVE_SYS_DEVICE_H
  323.  
  324. /* Define if you have the <sys/dir.h> header file.  */
  325. #undef HAVE_SYS_DIR_H
  326.  
  327. /* Define if you have the <sys/gentape.h> header file.  */
  328. #undef HAVE_SYS_GENTAPE_H
  329.  
  330. /* Define if you have the <sys/inet.h> header file.  */
  331. #undef HAVE_SYS_INET_H
  332.  
  333. /* Define if you have the <sys/io/trioctl.h> header file.  */
  334. #undef HAVE_SYS_IO_TRIOCTL_H
  335.  
  336. /* Define if you have the <sys/ioccom.h> header file.  */
  337. #undef HAVE_SYS_IOCCOM_H
  338.  
  339. /* Define if you have the <sys/mtio.h> header file.  */
  340. #undef HAVE_SYS_MTIO_H
  341.  
  342. /* Define if you have the <sys/ndir.h> header file.  */
  343. #undef HAVE_SYS_NDIR_H
  344.  
  345. /* Define if you have the <sys/param.h> header file.  */
  346. #undef HAVE_SYS_PARAM_H
  347.  
  348. /* Define if you have the <sys/tape.h> header file.  */
  349. #undef HAVE_SYS_TAPE_H
  350.  
  351. /* Define if you have the <sys/time.h> header file.  */
  352. #undef HAVE_SYS_TIME_H
  353.  
  354. /* Define if you have the <sys/timeb.h> header file.  */
  355. #undef HAVE_SYS_TIMEB_H
  356.  
  357. /* Define if you have the <sys/tprintf.h> header file.  */
  358. #undef HAVE_SYS_TPRINTF_H
  359.  
  360. /* Define if you have the <sys/wait.h> header file.  */
  361. #undef HAVE_SYS_WAIT_H
  362.  
  363. /* Define if you have the <unistd.h> header file.  */
  364. #undef HAVE_UNISTD_H
  365.  
  366. /* Define if you have the <values.h> header file.  */
  367. #undef HAVE_VALUES_H
  368.  
  369. /* Define if you have the i library (-li).  */
  370. #undef HAVE_LIBI
  371.  
  372. /* Define if you have the nsl library (-lnsl).  */
  373. #undef HAVE_LIBNSL
  374.  
  375. /* Define if you have the socket library (-lsocket).  */
  376. #undef HAVE_LIBSOCKET
  377.